home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / MPW Interfaces & Libraries / AIncludes / Icons.a < prev    next >
Encoding:
Text File  |  1992-01-29  |  1.9 KB  |  67 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        Icons.a
  3. ;
  4. ;    Contains:    Public Asm Interfaces for color icon plotting utilities
  5. ;
  6. ;    Copyright:    © 1990-1991 by Apple Computer, Inc., all rights reserved.
  7. ;
  8.  
  9.     IF &TYPE('__IncludingIcons__') = 'UNDEFINED' THEN
  10. __IncludingIcons__    SET    1
  11.  
  12. ;    The following are icons for which there are both icon suites and SICNs.
  13.  
  14. genericDocumentIconResource            EQU -4000
  15. genericStationeryIconResource        EQU -3985
  16. genericEditionFileIconResource        EQU -3989
  17. genericApplicationIconResource        EQU -3996
  18. genericDeskAccessoryIconResource    EQU -3991
  19.  
  20. genericFolderIconResource            EQU -3999
  21. privateFolderIconResource            EQU -3994
  22.  
  23. floppyIconResource                    EQU -3998
  24. trashIconResource                    EQU -3993
  25.  
  26. ; The following are icons for which there are SICNs only.
  27.  
  28. desktopIconResource                    EQU -3992
  29. openFolderIconResource                EQU -3997
  30. genericHardDiskIconResource            EQU -3995
  31. genericFileServerIconResource        EQU -3972
  32. genericSuitcaseIconResource            EQU -3970
  33. genericMoverObjectIconResource        EQU -3969
  34.  
  35. ; The following are icons for which there are icon suites only.
  36.  
  37. genericPreferencesIconResource        EQU -3971
  38. genericQueryDocumentIconResource    EQU -16506
  39. genericExtensionIconResource        EQU -16415
  40.  
  41. systemFolderIconResource            EQU -3983
  42. appleMenuFolderIconResource            EQU -3982
  43. startupFolderIconResource            EQU -3981
  44. ownedFolderIconResource                EQU -3980
  45. dropFolderIconResource                EQU -3979
  46. sharedFolderIconResource            EQU -3978
  47. mountedFolderIconResource            EQU -3977
  48. controlPanelFolderIconResource        EQU -3976
  49. printMonitorFolderIconResource        EQU -3975
  50. preferencesFolderIconResource        EQU -3974
  51. extensionsFolderIconResource        EQU -3973
  52.  
  53. fullTrashIconResource                EQU -3984
  54.     
  55.  
  56. Large1BitMask            EQU        ('ICN#')
  57. Large4BitData            EQU        ('icl4')
  58. Large8BitData            EQU        ('icl8')
  59. Small1BitMask            EQU        ('ics#')
  60. Small4BitData            EQU        ('ics4')
  61. Small8BitData            EQU        ('ics8')
  62. Mini1BitMask            EQU        ('icm#')
  63. Mini4BitData            EQU        ('icm4')
  64. Mini8BitData            EQU        ('icm8')
  65.  
  66.  
  67.     ENDIF    ; ...already included